home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / examples / opengl / overlay / overlay.doc.z / overlay.doc
Text File  |  2002-04-08  |  527b  |  17 lines

  1. /*!   \page opengl-overlay-example.html
  2.  
  3.   \ingroup opengl-examples
  4.   \title OpenGL Overlay Example
  5.  
  6. This example demonstrates how to use OpenGL overlays with the Qt OpenGL
  7. Extension. It features a QGLWidget with a relatively expensive redrawing
  8. operation, and rubber-band drawing in the overlay plane. Using the
  9. overlay has the advantage that the rubber-band may be drawn and erased
  10. without damaging the image in the main plane, so costly redraws are
  11. avoided.
  12.  
  13. See \c{$QTDIR/examples/opengl/overlay} for the source code.
  14.  
  15. */
  16.  
  17.